home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-01-19 | 512 b | 22 lines | [TEXT/MPS ] |
- Program Driver;
- USES Test;
-
- BEGIN
- a := 1;
- b := 10;
- c := 100;
- WriteLn ('Values set directly:', a, b, c, '.');
- Initialize (25);
- WriteLn ('Value set indirectly to 25 is ', GetVal);
- END.set $0006 EntryId TEST
-
- Dictionary: FirstId 3
- 3: INITIALIZE
- 4: Main
-
- Module: Flags $08 ModuleId INITIALIZE SegmentId Main
- Reference: Flags $90 RefId TEST Short Offsets
- 0008
- Content: Flags $08
- Contents offset $0000 size $001C
- 000000: 4E56 0000 '